github.com/jackc/pgx/v5/pgconn.PgConn.slowWriteTimer (field)

7 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		pgconn.go#L85: 	slowWriteTimer    *time.Timer
		pgconn.go#L372: 	pgConn.slowWriteTimer = time.AfterFunc(time.Duration(math.MaxInt64),
		pgconn.go#L378: 	pgConn.slowWriteTimer.Stop()
		pgconn.go#L2047: 	if pgConn.slowWriteTimer.Reset(15 * time.Millisecond) {
		pgconn.go#L2054: 	if !pgConn.slowWriteTimer.Stop() {
		pgconn.go#L2166: 	pgConn.slowWriteTimer = time.AfterFunc(time.Duration(math.MaxInt64),
		pgconn.go#L2172: 	pgConn.slowWriteTimer.Stop()